inherited OpCopyToDialog: TOpCopyToDialog HelpType = htKeyword HelpKeyword = 'Copy_to_Folder' Caption = 'Copy to Folder' ClientHeight = 443 PixelsPerInch = 96 TextHeight = 13 inherited SelectionGroupBox: TUiGroupBox inherited LeftImage: TUiImage ImageIndex = imgCopyTo end inherited RightImage: TUiImage ImageIndex = imgCopyTo end end inherited ActionGroupBox: TUiGroupBox Height = 149 object ActionLbl: TUiLabel Left = 16 Top = 24 Height = 13 Caption = 'Copy selected files to this folder:' end object PathBrowseBtn: TUiBrowseSpeedButton Left = 343 Top = 42 BrowseComboBox = PathEdit end object PathEdit: TUiBrowseComboBox Left = 16 Top = 43 Width = 322 Height = 21 ItemHeight = 13 TabOrder = 0 OnChange = PathChanged OnBrowse = PathBrowse end object DirStructureEdit: TUiRadioGroup Left = 16 Top = 69 Width = 350 Height = 68 Caption = 'Folder structure' Items.WideStrings = ( 'Keep relative folder structure' 'Keep base folder structure' 'Don'#39't keep folder structure') TabOrder = 1 end end inherited FilteredWarningGroupBox: TUiGroupBox Top = 316 end inherited BottomPanel: TUiPanel Top = 398 inherited StartBtn: TUiButton ModalResult = 0 OnClick = StartClick end end end